Announcement

Collapse
No announcement yet.

Farley`s ADA

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Farley`s ADA

    Hello!
    I search for indicator Farley ` s ADA, from book Alana Farley "The Master Swing Trader".

    P.S. By the way very interesting indicator. If it have laid out on a site in KnnowledgeBase it could be useful to much.

    I can lay out a code for Tradestation.

    In advance I thank! (Excuse for English language)

  • #2
    Farley`ADA

    Hello!
    You in one of comments have shown as to make Farley ` s ADA, but unfortunately at Alana this indicator is drawn to little bit another. I attach drawing September 2000.

    I was surprised to myself, but that You have written that in that post, at me it has turned out to reproduce. Thanks You for it.

    If You want to help, I will be very grateful to You! This indicator very useful.


    Whether it is possible instead of AccDis to make LWAccDis (Larry Williams)

    A. Calculation LWAccDis
    1. If C> C (-1), then LWAccDis=Close-TrueLow
    2. If C <C (-1), then LWAccDis=Close-TrueHigh
    3. If C=C (-1), then LWAccDis=0
    (TrueLow = a floor price for n-days, TrueHigh = a ceiling price for n-days, C (-1) = closing 1 day ago)

    B. Calculation TrueLow
    1. C (-1) <L, TrueLow=prior Close
    2. C (-1)> =L, TrueLow=current Low

    C. Calculation TrueHigh
    1. C (-1)> H, then TrueHigh=prior Close
    2. C (-1) <=L, then TrueHigh=current High

    Book The Master Swing Trader, head Farley ` s ADA.
    Attached Files

    Comment


    • #3
      slavasvk,

      Here's an efs that generates Farley's ADA according to the formulas listed in the book.

      Steve
      Attached Files

      Comment


      • #4
        Farley`s ADA

        Hello!
        Thanks big for the answer!
        Your indicator is completely not similar to the first copy. Probably business in a trifle in the formula.
        I attach drawing (IBM 2000)
        In a question for some reason drawing was coded.
        Thanks!
        Attached Files

        Comment


        • #5
          slavasvk,

          After doing some further investigation, it appears the Larry Williams formula given in the book is incomplete. This version of the code gives you "smoother" results.

          Steve
          Attached Files

          Comment


          • #6
            Ok, one more try....

            This one seems to match your IBM plot.

            Steve
            Attached Files

            Comment


            • #7
              Farley`s ADA

              Thank you very much.
              Fine so it is good to be able to program!
              Thanks!

              Comment


              • #8
                You are most welcome.

                Steve

                Comment

                Working...
                X